home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 46 / Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso / -screenplay- / hd_installers / -whdload- / whdload_dev / install_templates / readme < prev    next >
Text File  |  1998-07-16  |  1KB  |  41 lines

  1.  
  2. This drawer contains generic install scripts. If you are creating a WHDLoad
  3. install you should use them. Only little adjustment is required to get a
  4. system conform, user friendly and well tried install package.
  5.  
  6. What must be changed ?
  7.     - change APPNAME in the Installer icon to the name of the program
  8.       to install
  9.     - replace the #?.slave and #?.inf with yours
  10.     - adjust the README for your needs
  11.     - file naming conventions:
  12.         slave        APPNAME + ".slave"
  13.         dest icon    APPNAME + ".inf"
  14.     - if you want to provide an extra newicon include it as APPNAME + 
  15.       ".newicon", the user will be asked during the installation process
  16.       which icon should be installed
  17.  
  18. DIC:
  19.     - if standard disk-images are used
  20.     - set #last-disk in the installer script to the amount of used disks
  21.  
  22. Std-Files:
  23.     - if there are standard Amiga Filesystem disks
  24.     - you have to add all the file copy stuff to the script
  25.     - if you want to use a sub directory set #sub-dir appropriate
  26.  
  27. Patcher:
  28.     - set #last-file in the installer script to the name of the last file
  29.       created by the Patcher (will be used to check for success)
  30.     - additional file naming conventions:
  31.         imager        APPNAME + ".imager"
  32.  
  33. WHDLoad:
  34.     - set #last-file in the installer script to the name of the last file
  35.       created by WHDLoad (will be used to check for success)
  36.     - if you want to use a sub directory set #sub-dir appropriate
  37.     - additional file naming conventions:
  38.         install slave    "install.slave"
  39.  
  40.         
  41.